HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ip-172-26-0-120 6.17.0-1009-aws #9~24.04.2-Ubuntu SMP Fri Mar 6 23:50:29 UTC 2026 x86_64
User: ubuntu (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/orbidirectory.com/resources/views/front/service-we-offer.blade.php
@extends('layouts.front.main_layout')

@section('content')
<br><br>
<div class="container py-5">
    <div class="text-center mb-5">
        <h1 class="display-4 font-weight-bold">Services We Offer at Orbi Directory</h1>
        <p class="lead">Welcome to Orbi Directory, your go-to platform for connecting taxi drivers and businesses with customers in your region. We offer a variety of services to help you gain visibility and grow your business. Whether you're a taxi driver or a business, we have a plan that suits your needs. Our services range from free listings to premium features available with our paid plans.</p>
    </div>

    <div class="services-section">
        <h2 class="font-weight-bold mb-4">Free Listing Service</h2>
        <p class="mb-4">
            Our free listing option allows you to get started with Orbi Directory without any cost. With a free listing, you will be able to:
        </p>
        <ul class="list-unstyled">
            <li><strong>Basic Profile:</strong> Create a basic business or driver profile with essential information such as name, contact details, and business description.</li>
            <li><strong>Public Visibility:</strong> Your profile will be visible to users browsing the directory and looking for taxi services or businesses.</li>
            <li><strong>Searchable Listings:</strong> Your listing will appear in search results when users search for relevant services.</li>
            <li><strong>Basic Contact Information:</strong> Users will be able to contact you directly via email or phone for inquiries.</li>
        </ul>
        <p class="mb-4">
            The free listing is a great starting point for businesses and drivers who want to establish an online presence without any upfront cost. However, for those looking to maximize their exposure and get additional benefits, we also offer paid plans with enhanced features.
        </p>
    </div>

    <div class="services-section">
        <h2 class="font-weight-bold mb-4">Paid Plan Services</h2>
        <p class="mb-4">
            Our Paid Plans offer a range of premium features designed to give you more visibility, control, and opportunities for growth. With our paid plans, you can enhance your directory listing and gain access to additional tools to improve your customer engagement and business success. The paid plans include:
        </p>

        <div class="plan-section">
            <h3 class="font-weight-bold">1. Dedicated Profile Page</h3>
            <ul class="list-unstyled">
                <li><strong>Custom URL:</strong> Get a unique, customizable URL for your business or driver profile.</li>
                <li><strong>Personalized Branding:</strong> Include your logo, images, and branding elements to make your profile stand out.</li>
                <li><strong>SEO Optimization:</strong> Enhance your profile's visibility in search engines to attract more traffic to your listing.</li>
                <li><strong>Premium Contact Information:</strong> Add more ways for potential customers to contact you, such as links to your website or social media profiles.</li>
            </ul>
        </div>

        <div class="plan-section">
            <h3 class="font-weight-bold">2. Priority Listing</h3>
            <ul class="list-unstyled">
                <li><strong>Higher Visibility:</strong> Your listing will appear at the top of search results and be highlighted for more visibility.</li>
                <li><strong>Featured Status:</strong> Gain more attention by being featured as a top-rated business or driver in the directory.</li>
            </ul>
        </div>

        <div class="plan-section">
            <h3 class="font-weight-bold">3. Additional Information and Features</h3>
            <ul class="list-unstyled">
                <li><strong>Extended Profile Information:</strong> Add more details about your services, special offers, and testimonials from customers.</li>
                <li><strong>Customer Reviews:</strong> Enable customers to leave reviews directly on your profile, helping build trust and credibility.</li>
                <li><strong>Multiple Locations/Drivers:</strong> Add multiple business locations or drivers to your profile for wider coverage.</li>
                <li><strong>Booking Integration:</strong> Enable online booking for your services directly through your listing (with integration tools).</li>
            </ul>
        </div>

        <div class="plan-section">
            <h3 class="font-weight-bold">4. Advanced Analytics and Reporting</h3>
            <ul class="list-unstyled">
                <li><strong>Traffic Insights:</strong> Access detailed reports on how many people view your profile, click your contact information, and engage with your listing.</li>
                <li><strong>Performance Tracking:</strong> Track the effectiveness of your listing and see how it compares to others in the directory.</li>
            </ul>
        </div>

        <div class="plan-section">
            <h3 class="font-weight-bold">5. Premium Support</h3>
            <ul class="list-unstyled">
                <li><strong>Priority Customer Support:</strong> Get access to our dedicated support team for any assistance you need with your profile or services.</li>
                <li><strong>Quick Response Time:</strong> Benefit from faster response times for any queries or issues.</li>
            </ul>
        </div>

        <div class="plan-section">
            <h3 class="font-weight-bold">6. Advertisement Opportunities</h3>
            <ul class="list-unstyled">
                <li><strong>Banner Ads:</strong> Promote your business with featured banner ads on the directory platform.</li>
                <li><strong>Special Promotions:</strong> Run seasonal or promotional campaigns to increase business visibility during peak times.</li>
            </ul>
        </div>

        <div class="pricing-section mt-4">
            <h3 class="font-weight-bold mb-4">Pricing Plans</h3>
            <p>We offer flexible pricing plans for our paid services. Choose the plan that best suits your needs and budget. Our paid plans are designed to provide value at every level, whether you're a small business or a larger enterprise.</p>
            <div class="pricing-plans">
                <div class="plan-item">
                    <h4>Basic Paid Plan</h4>
                    <p>Ideal for small businesses and individual taxi drivers. Includes priority listing and additional profile features.</p>
                </div>
                <div class="plan-item">
                    <h4>Advanced Paid Plan</h4>
                    <p>Perfect for larger businesses and those who want maximum visibility. Includes all premium features, including dedicated profile pages, advanced analytics, and priority support.</p>
                </div>
            </div>
            <p>For pricing details, please visit our Pricing Page or contact our sales team for customized packages.</p>
        </div>

        <div class="why-choose-us mt-5">
            <h2 class="font-weight-bold mb-4">Why Choose Orbi Directory?</h2>
            <ul class="list-unstyled">
                <li><strong>Trusted Platform:</strong> Orbi Directory is a trusted platform that connects businesses and taxi drivers with customers looking for services in your region.</li>
                <li><strong>Flexible Options:</strong> Whether you're just getting started or looking to take your business to the next level, we have a plan to suit your needs.</li>
                <li><strong>Boost Your Business:</strong> With enhanced visibility and additional features, our paid plans help you attract more customers and grow your business effectively.</li>
            </ul>
        </div>
    </div>
</div>
@endsection